home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / Oberon / Catalogs / OCStrings.cd < prev    next >
Text File  |  1995-07-02  |  3KB  |  155 lines

  1. ;=========================================================================
  2. ;     $RCSfile: OCStrings.cd $
  3. ;  Description: Catalog description file for OC
  4. ;
  5. ;   Created by: fjc (Frank Copeland)
  6. ;    $Revision: 5.5 $
  7. ;      $Author: fjc $
  8. ;        $Date: 1995/06/13 23:41:57 $
  9. ;
  10. ;  Copyright © 1995, Frank Copeland
  11. ;  This file forms part of the OC program
  12. ;  See OC.doc for conditions of use and distribution
  13. ;=========================================================================
  14. ;
  15. #language english
  16. #version  4
  17. #basename OCStrings
  18. ;
  19. ; Each string is identified by the name of the module it appears in,
  20. ; and its ordinal number. For example, the second string in module OCS
  21. ; has the identifier 'OCS2'.
  22. ;
  23. ;=========================================================================
  24. ; Strings for module OCS.
  25. ;
  26. OCS1 (//)
  27.  line %ld, col %ld: err = %ld\n
  28. ;
  29. OCS2 (//)
  30.  !! Error #%ld, line = %ld, col = %ld\n
  31. ;
  32. OCS3 (//)
  33.  !! Warning #%ld, line = %ld, col = %ld\n
  34. ;
  35. OCS4 (//)
  36. Mark: line %ld, col %ld: err = %ld\n
  37. ;
  38. OCS5 (//)
  39. Warning: line %ld, col %ld: err = %ld\n
  40. ;
  41. OCS6 (//)
  42.  !! SET '%s' is not allowed\n
  43. ;
  44. OCS7 (//)
  45.  !! CLEAR '%s' is not allowed\n
  46. ;
  47. OCS8 (//)
  48.  !! Could not open error file '%s'\n
  49. ;
  50. OCS9 (//)
  51. %s : compilation error listing\n
  52. ;
  53. OCS10 (//)
  54. Module: %s\n
  55. ;
  56. OCS11 (//)
  57.  !! Errors detected\n >> Error file : %s\n
  58. ;
  59. OCS12 (//)
  60.  !! Warnings detected\n >> Warning file : %s\n
  61. ;
  62. OCS13 (//)
  63.  !! Invalid keyword table\n
  64. ;
  65. ;=========================================================================
  66. ; Strings for module OCT.
  67. ;
  68. OCT1 (//)
  69.  !! Could not find '%s'\n
  70. ;
  71. OCT2 (//)
  72.  !! Error in '%s'\n
  73. ;
  74. OCT3 (//)
  75.  !! Could not open '%s'\n
  76. ;
  77. OCT4 (//)
  78.  !! Symbol file '%s' is obsolete\n
  79. ;
  80. OCT5 (//)
  81.  >> New symbol file : %s\n
  82. ;
  83. ;=========================================================================
  84. ; Strings for module Compiler.
  85. ;
  86. Compiler1 (//)
  87.  !! Err #16: MODULE keyword not found\n
  88. ;
  89. Compiler2 (//)
  90.  >> Object file : %s\n
  91. ;
  92. Compiler3 (//)
  93.     CODE: %ld, DATA: %ld, VARS: %ld, TOTAL: %ld\n
  94. ;
  95. Compiler4 (//)
  96.  !! Err #10: identifier expected after MODULE\n
  97. ;
  98. ;=========================================================================
  99. ; Strings for module OC.
  100. ;
  101. OC1 (//)
  102.  !! Could not open preferences file '%s'\n
  103. ;
  104. OC6 (//)
  105. Could not open : %s\n
  106. ;
  107. OC7 (//)
  108. Compiling %s...\n
  109. ;
  110. OC8 (//)
  111. Garbage collecting...
  112. ;
  113. OC9 (//)
  114. Source file ? :\x20
  115. ;
  116. OC10 (//)
  117. Finished batch compile\n
  118. ;
  119. OC11 (//)
  120.  !! Could not open '%s'\n
  121. ;
  122. OC12 (//)
  123.  !! OC requires AmigaOS 2.04 or greater\n
  124. ;
  125. OC13 (//)
  126. See OC.doc for conditions of use\n
  127. ;
  128. OC14 (//)
  129.  !! Arguments VERBOSE and QUIET are mutually exclusive\n
  130. ;
  131. OC15 (//)
  132.  !! Arguments DEBUG and NODEBUG are mutually exclusive\n
  133. ;
  134. OC16 (//)
  135.  !! Arguments MAKEICONS and NOICONS are mutually exclusive\n
  136. ;
  137. OC17 (//)
  138.  !! Arguments SMALLCODE and LARGECODE are mutually exclusive\n
  139. ;
  140. OC18 (//)
  141.  !! Arguments SMALLDATA and LARGEDATA are mutually exclusive\n
  142. ;
  143. OC19 (//)
  144.  !! Arguments REGISTER and NOREGISTER are mutually exclusive\n
  145. ;
  146. OC20 (//)
  147. Copyright © 1993-95 Frank Copeland
  148. ;
  149. ;=========================================================================
  150. ; Strings for module OCC.
  151. ;
  152. OCC1 (//)
  153.  !! Could not allocate code and/or constant buffers\n
  154. ;
  155.